home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / gfx / edit / VE-VGradient.readme < prev    next >
Encoding:
Text File  |  2000-01-03  |  2.7 KB  |  142 lines

  1. Short:    Visual Eng. - Visual Gradient v1.29
  2. Author:   marko.seppanen@wwnet.fi (Marko Seppänen)
  3. Uploader: marko.seppanen@wwnet.fi (Marko Seppänen)
  4. Type:     gfx/edit
  5.  
  6.  
  7. Visual Engineering - Visual Gradient v1.29
  8.  
  9.  
  10.  
  11. SHORT DESCRIPTION
  12.  
  13.   This script creates gradient fades over picture / texture.
  14.  
  15.  
  16. REQUIREMENTS
  17.  
  18.   Image Engineer v3.41 (Wision release 2)
  19.   Sys:Rexxc/RX
  20.  
  21.  
  22. INSTALLATION
  23.  
  24.   Archive where this file came from should be extracted to a
  25.   directory where you installed Image Engineer.
  26.  
  27.   This script must be in IE:Arexx/
  28.  
  29.  
  30. USAGE
  31.  
  32.   Activate a window of an image and run the script.
  33.  
  34.  
  35. ARGUMENTS
  36.  
  37.   VisualGradient.rexx <pic> <gradienttype> <direction> <gammavalue> <pcolor> <cs>
  38.  
  39.   <pic>           name of a picture (in IE)
  40.   <gradienttype>  name of the effect:
  41.  
  42.                  (SUNSHINE, NIGHT, LIGHTCOLOR, DARKCOLOR, PSYCHO)
  43.  
  44.   <direction>     RIGHT, BOTTOM, LEFT or TOP
  45.   <gammavalue>    value for gamma
  46.  
  47.  
  48.   (Sunshine and Night ignore following)
  49.  
  50.   <pcolor>        name of color: (uses PrimaryColors.rexx)
  51.  
  52.                   DRED, YELLOW, GREEN, LBLUE, DBLUE, VIOLET,
  53.                   BLUE, DGREEN, BROWN, RED, ORANGE, PINK
  54.                   or RANDOM
  55.  
  56.   <cs>            if "YES" or "1", uses Contrast Stretch
  57.  
  58.  
  59.  
  60.  
  61.  
  62.   AmigaDOS
  63.  
  64.     Sys:Rexxc/RX VisualGradient.rexx <arguments>
  65.     Sys:Rexxc/RX VisualGradient.rexx 000_testpic.iff NIGHT RIGHT -50
  66.     Sys:Rexxc/RX VisualGradient.rexx 000_testpic.iff PSYCHO BOTTOM 0 RED yes
  67.  
  68.  
  69.  
  70.   Other scripts:
  71.  
  72.     ADDRESS COMMAND "Sys:Rexxc/RX IE:Arexx/VisualGradient.rexx <arguments>"
  73.  
  74.     Next lines return you the name of this new picture.
  75.  
  76.     PROJECT_LIST
  77.     xyz=result
  78.     pic=subword(xyz,1,1)
  79.  
  80.  
  81.  
  82.  
  83.  
  84. HISTORY
  85.  
  86.   1.29
  87.  
  88.   Calls to external scripts had a minor bug.
  89.  
  90.   1.28
  91.  
  92.   My automatical archive-creator missed the actual script.
  93.  
  94.   1.27
  95.  
  96.   Renamed from Visual TextureBar to Visual Gradient.
  97.   Argument-parser added.
  98.   Dropped most of non-configurable old effects and added some new
  99.   ones.
  100.  
  101.   1.00
  102.  
  103.   History started
  104.  
  105.  
  106.  
  107.  
  108.  
  109. WORLD WIDE WEB
  110.  
  111.  Image Engineer
  112.  http://www.amigaworld.com/support/imageengineer/
  113.  
  114.  SViewIV
  115.  http://www.ar-kleinert.de/sview_e.html
  116.  
  117.  Visual Engineering
  118.  http://wwnet.fi/users/smarko/visual/
  119.  
  120.  
  121.  
  122. AMINET
  123.  
  124.  Image Engineer
  125.  http://ftp.sunet.se/aminetbin/find?imeng
  126.  
  127.  SViewIV
  128.  http://ftp.sunet.se/aminetbin/find?sviewiv
  129.  
  130.  Visual Engineering
  131.  http://ftp.sunet.se/aminetbin/find?visual+eng.
  132.  
  133.  
  134. ============================= Archive contents =============================
  135.  
  136. Original  Packed Ratio    Date     Time    Name
  137. -------- ------- ----- --------- --------  -------------
  138.     4704    1452 69.1% 14-Oct-99 15:42:52 +VisualGradient.rexx
  139.     2671    1323 50.4% 09-Dec-99 19:51:30 +VisualGradient.notes
  140. -------- ------- ----- --------- --------
  141.     7375    2775 62.3% 12-Dec-99 20:59:52   2 files
  142.